*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #000;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #000;
}
a:hover{
	color: #2187FF;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#2187FF;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#2187FF;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.head{
	height: 108px;
	align-items: center;
	justify-content: space-between;
}
.logo{
	width: 416px;
	height: 62px;
	background: url(../images/logo.png) no-repeat center;
}
.head .toptell{
	color: #262626;
	font-size: 18px;
	background: url(../images/toptell.png) no-repeat left center;
	padding-left: 38px;
	line-height: 40px;
}
.head .toptell span{
	font-size: 24px;
}
.head .hr{
	align-items: center;
}
.head .hr .en{
	margin-left: 58px;
	color: #595959;
	font-size: 18px;
}
.head .hr .en a{
	color: #595959;
}

.slideBox{width:100%; height:720px; overflow:hidden; position:relative;}
.slideBox .hd{height:4px; overflow:hidden; position:absolute;bottom:22px; z-index:1;width: 100%}
.slideBox .hd ul{overflow:hidden; zoom:1;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;}
.slideBox .hd ul li{margin: 0 8px;  width:30px; height:4px;background:#fff; cursor:pointer;border-radius: 2px;}
.slideBox .hd ul li.on{background:#2187FF;}
.slideBox .bd{position:relative; height:100%; z-index:0;}
.slideBox .bd li{zoom:1; vertical-align:middle;width:100%; height:720px;}

.nav{
	position: absolute;
	width: 100%;
	top: 108px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.3);
	height: 56px;
}
.nav ul{
	justify-content: space-around;
}
.nav li{
	
}
.nav li a{
	color: #fff;
	font-size: 18px;
	line-height: 56px;
	position: relative;
	display: block;
}
.nav li a::after{
	content: " ";
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 5px;
	transition: .3s ease-out;
}
.nav li a:hover::after,.nav li a.hover::after{
	margin-left: -36px;
	width: 72px;
}

.about{
	height: 668px;
	box-sizing: border-box;
	background: url(../images/abbg.jpg) no-repeat center;
}
.about .container{
	justify-content: flex-end;
}
.about .abbox{
	width: 750px;
}
.tit{
	color: #262626;
}
.tit span{
	display: block;
	font-size: 28px;
}
.tit i{
	font-style: normal;
	font-size: 56px;
	font-weight: bold;
}
.about .tit{
	color: #000;
}
.about .tit span{
	margin-left: 8px;
}
.about .abbox{
	margin-top: 50px;
}
.about .abbox .abinfo p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 200;
	margin-top: 22px;
}
.about .abbox a{
	width: 139px;
	height: 50px;
	line-height: 50px;
	display: block;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	background: url(../images/arrow.png) no-repeat 92px 14px #2187FF;
	box-sizing: border-box;
	padding-left: 30px;
	float: right;
	margin-top: 30px;
}

.product{
	background: url(../images/pbg.jpg) no-repeat center;
	padding-top: 70px;
	box-sizing: border-box;
	height: 1013px;
	overflow: hidden;
}
.ptop{
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}
.ptop .tit{
	color: #fff;
}
.ptop .pmenu{
	width: 500px;
	height: 59px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 0 4px;
	box-sizing: border-box;
}
.ptop .pmenu a{
	display: block;
	padding: 0 20px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	border-radius: 45px;
}
.ptop .pmenu a:hover,.ptop .pmenu a:first-child{
	background: #fff;
	color: #262626;
}



.picMarquee-top{ margin:0 auto;  overflow:hidden; position:relative;width: 1186px;}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1;display: -webkit-flex;margin: 0 auto;}
.picMarquee-top .bd ul li{ text-align:center;width: 384px;height: 288px;background: #fff;float: left;margin: 8px;border-radius: 10px;overflow: hidden;}
.picMarquee-top .bd ul li .box{
	width: 384px;
	height: 232px;
	overflow: hidden;
}
.picMarquee-top .bd ul li .box img{
	width: 384px;
	height: 232px;
	transition: .3s ease-out;
}
.picMarquee-top .bd ul li:hover img{
	transform: scale(1.1, 1.1);
}
.picMarquee-top .bd ul li p{
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	line-height: 56px;
}

.adv{
	margin-top: 120px;
	justify-content: space-between;
}
.advleft{
	margin-top: 15px;
}
.advleft .advinfo{
	width: 326px;
	margin-top: 50px;
}
.advleft .advinfo p{
	font-size: 18px;
	line-height: 25px;
	margin-top: 27px;
	position: relative;
	padding-left: 16px;
}
.advleft .advinfo p::before{
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	background: #2187FF;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 9px;
}

.news{
	margin-top: 120px;
}
.news .newtop{
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}
.news .newtop a{
	color: #2187FF;
	font-size: 18px;
	background: url(../images/arrow2.png) no-repeat right center;
	padding-right: 22px;
	display: block;
	margin-bottom: 5px;
}
.news .newimg{
	width: 520px;
}
.news .imgbox{
	width: 520px;
	height: 304px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 24px;
	display: block;
}
.news .imgbox img{
	width: 520px;
	height: 304px;
	transition: .3s ease-out;
}
.news .imgbox:hover img{
	transform: scale(1.1, 1.1);
}
.newimg h3 a{
	color: #182233;
	font-size: 18px;
	font-weight: normal;
}
.newimg h3 a:hover{
	color: #2187FF;
}
.news .newimg p{
	color: rgba(24, 34, 51, 0.636135);
	line-height: 20px;
	margin-top: 12px;
}
.news .newimg .newbot{
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .newimg .newbot p{
	margin-top: 0;
}
.news .newimg .newbot p span{
	color: rgba(24, 34, 51, 0.4);
	letter-spacing: 0.4px;
	font-size: 12px;
	margin-right: 33px;
	line-height: 17px;
}
.news .newimg .newbot a{
	display: block;
	width: 24px;
	height: 17px;
	background: url(../images/arrow3.png) no-repeat center;
}
.news .newbox{
	justify-content: space-between;
}
.news .newlist{
	width: 550px;
}
.news li{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}
.news .listbox{
	width: 460px;
}
.news .listbox h3 a{
	font-weight: normal;
	color: #182233;
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	letter-spacing: 0.514286px;
	line-height: 25px;
}
.news .listbox h3 a:hover{
	color: #2187FF;
}
.news .listbox p{
	letter-spacing: 0.4px;
	color: rgba(24, 34, 51, 0.636135);
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.news .listbox .newdate{
	margin-top: 14px;
}
.news .listbox .newdate span{
	color: rgba(24, 34, 51, 0.4);
	font-size: 12px;
	letter-spacing: 0.4px;
	margin-right: 33px;
}
.news li .more{
	display: block;
	width: 44px;
	height: 30px;
	background: url(../images/arrow3.png) no-repeat center;
	transition: .2s ease-out;
}
.news li .more:hover{
	background: url(../images/arrow3.png) no-repeat 15px center;
}

.footer{
	border-top: 14px solid #2187FF;
	height: 324px;
	background: url(../images/fbg.jpg) no-repeat center;
	box-sizing: border-box;
	padding-top: 44px;
	margin-top: 100px;
}
.flogo{
	width: 240px;
	height: 80px;
	background: url(../images/flogo.png) no-repeat center;
	margin-top: 52px;
}
.ft{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.fnav{
	margin-left: 60px;
}
.fnav li a{
	color: #fff;
	line-height: 36px;
	font-weight: 200;
}
.fnav ul:first-child{
	margin-right: 104px;
}
.fcont{
	margin-left: 87px;
}
.fcont p{
	color: #fff;
	line-height: 36px;
	font-weight: 200;
}
.fewm{
	margin-left: auto;
}
.fewm .ft{
	margin-bottom: 25px;
}
.bottom{
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 30px;
}
.bottom p{
	margin:0 20px;
}.bottom a{	font-size:14px;	color:#ffffff;}

.banner{
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center;
}
.position{
	height: 60px;
	background: #eee;
}
.position .container{
	justify-content: space-between;
	align-items: center;
}
.position p{
	line-height: 60px;
	font-weight: 200;
	background: url(../images/home.png) no-repeat left center;
	background-size: 28px;
	padding-left: 35px;
}
.position ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.position li a{
	display: block;
	font-weight: 200;
	font-size: 16px;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 5px;
	margin-left: 10px;
}
.position li a:hover,.position li a.hover{
	background: #2187FF;
	color: #fff;
}

.pagetop{
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.content{
	line-height: 28px;
	color: #333;
}

.list{
	margin-top: 60px;
}
.list li{
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}
.list li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.list li .box{
	width: 300px;
	height: 175px;
	overflow: hidden;
	border-radius: 10px;
}
.list li .box img{
	width: 300px;
	height: 175px;
	transition: .3s ease-out;
}
.list li:hover .box img{
	transform: scale(1.1, 1.1);
}
.list li .lr{
	width: 860px;
}
.list li .lr h3{
	font-weight: normal;
	display: block;
	line-height: 40px;
	margin-bottom: 5px;
	transition: .3s ease-out;
}
.list li .lr p{
	color: #999;
	line-height: 26px;
}
.list li .lr i{
	font-style: normal;
	color: #999;
	margin-top: 20px;
	display: block;
}

.photo ul{
	margin-left: -26px;
	margin-top: 50px;
}
.photo li{
	float: left;
	width: 280px;
	margin-left: 26px;
	margin-bottom: 20px;
}
.photo li .box{
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.photo li img{
	width: 280px;
	height: 210px;
	transition: .3s ease-out;
}
.photo li p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 40px;
	text-align: center;
	color: #333;
	transition: .3s ease-out;
}
.photo li:hover img{
	transform: scale(1.1, 1.1);
}
.photo li:hover p{
	color: #2187FF;
}

.showtop{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.showtop h1{
	font-size: 22px;
	font-weight: normal;
}
.showtop p{
	line-height: 40px;
	margin-top: 30px;
	border-radius: 2px;
	border: 1px dotted #aaa;
}
.showtop p span{
	color: #666;
	margin: 0 10px;
	font-size: 13px;
}
.prepage{
	margin-top: 50px;
	line-height: 30px;
}
.showtop #hits{
	font-style: normal;
}